Skip to content

fix(deps): update dependency mapbox-gl to ^2.15.0#65

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/mapbox-gl-2.x
Open

fix(deps): update dependency mapbox-gl to ^2.15.0#65
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/mapbox-gl-2.x

Conversation

@renovate
Copy link

@renovate renovate bot commented Jul 16, 2022

This PR contains the following updates:

Package Change Age Confidence
mapbox-gl ^2.9.1^2.15.0 age confidence
@​types/mapbox-gl ^2.7.3^2.7.21 age confidence

Release Notes

mapbox/mapbox-gl-js (mapbox-gl)

v2.15.0

Compare Source

Features ✨ and improvements 🏁
  • Improve performance of symbol layers with identical or no text. Eliminate stuttering when zooming on maps with many identical symbols. (#​12669)
  • Improve performance of clustered sources: 20% faster loading & 40–60% less memory overhead. Improve performance of symbol collisions. (#​12682)
  • Add respectPrefersReducedMotion map option (#​12694)
  • Add the isPointOnSurface map method to determine if the given point is located on a visible map surface. (#​12695)
Bug fixes 🐞

v2.14.1

Compare Source

Bug fixes 🐞
  • Fix a bug where certain bundling configurations involving Vite or ESBuild could produce a broken build. #​12658

v2.14.0

Compare Source

Features ✨ and improvements 🏁
  • Support referrerPolicy option for the transformRequest function when using fetch (#​12590) (h/t robertcepa)
Bug fixes 🐞
  • Enable anisotropic filtering on tiles beyond 20 degrees pitch to prevent it from compromising image crispness on flat or low-tilted maps. (#​12577)
  • Fix LngLatBounds.extend() with literal LngLat object. (#​12605)
  • Add arrow characters to the map of verticalized character (#​12608) (h/t kkokkojeong)
  • Disable panning inertia if prefers-reduced-motion is enabled (#​12631)

v2.13.0

Compare Source

Features ✨ and improvements 🏁
  • Improve rendering performance of terrain slightly by reducing its GPU memory footprint. (#​12472)
  • Add methods for changing a raster tile source dynamically (e.g. setTiles, setUrl). (#​12352)
Bug fixes 🐞
  • Fix line-border-color when used with line-trim-offset (#​12461)
  • Fix potential infinite loop when calling fitBounds with globe projection (#​12488)
  • Fix map.getBounds() returning incorrect bounds with adaptive projections. (#​12503)
  • Introduce skirts for terrain globe mode (#​12523)
  • Fix blur on draped lines while zoom-in (#​12510)
  • Fix map pan speed while pinching in (#​12543)
  • Fix negative-width diacritics handling (#​12554)
  • Fixes undefined is not an object in coalesceChanges (#​12497) (h/t nick-romano)

v2.12.1

Compare Source

Bug fixes 🐞
  • Fix a rare bug where certain diacritical characters could break the rendering of a symbol layer. (#​12554)

v2.12.0

Compare Source

Features ✨ and improvements 🏁
  • Improve performance of patterns and line dashes and improve their appearance when zooming. (#​12326)
  • Improve performance of text and icon placement. (#​12351)
  • Improve performance of loading terrain data (#​12397)
  • Allow zooming towards terrain at a safe distance without pitching the camera (#​12354)
  • Allow for pitch override in cameraForBounds, fitBounds and fitScreenCoordinates camera APIs. (#​12367)
Bug fixes 🐞
  • Fix getBounds when used around the poles with a globe projection. (#​12315)
  • Fix incorrect transition flag in *-pattern and line-dasharray properties (#​12372)
  • Fix symbols filtering when using center-to-distance along with terrain. (#​12413)
  • Fix fog rendering artifact on lower resolution terrain tiles (#​12423)
  • Fix an issue where Geolocate control would throw an error if it's removed before determining geolocation support (#​12332) (h/t tmcw)

v2.11.1

Compare Source

Bug fixes 🐞
  • Fix support for line breaks in labels that follow line geometries (#​12377)

v2.11.0

Compare Source

Features ✨ and improvements 🏁
  • Add support for cameraForBounds with globe projection (#​12138)
  • Add support for fitBounds and fitScreenCoordinates with globe projection (#​12211)
  • Improve support for getBounds with globe projection. (#​12286)
  • Improve symbol placement performance with globe projection (#​12105)
  • Add new marker styling option occludedOpacity allowing the user to set the opacity of a marker that's behind 3D terrain (h/t jacadzaca) (#​12258)
  • Cancel ImageSource image request when underlying resource is no longer used (#​12266) (h/t maciejmatu)
  • Add object literal support in LngLatBounds.extend (#​12270) (h/t stampyzfanz)
  • Add live performance counters. Mapbox-gl-js v2.11.0 collects certain performance and feature usage counters so we can better benchmark the library and invest in its performance. The performance counters have been carefully designed so that user-level metrics and identifiers are not collected. (#​12343)
Bug fixes 🐞
  • Fix elevation of pole geometry when exaggerated terrain is used (#​12133)
  • Fix GeolocateControl sometimes not working in iOS16 WebView (#​12239)
  • Fix map crashing on conformal projections at the south pole (#​12172)
  • Fix pixel flickering between tiles on darker styles in globe view. (#​12145)
  • Fix occasional missing tiles at bottom of screen during globe-mercator transition (#​12137)
  • Fix incorrectly requiring three finger drags to change pitch with cooperative gestures while in fullscreen. (#​12165)
  • Fix jumping when scrolling with mouse when crossing the antimeridian on projections that wrap. (#​12238)
  • Fix terrain error being fired when using map.getStyle() with globe view (#​12163)
  • Fix occasional artifacts appearing in the ocean with terrain or globe enabled. (#​12279)
  • Fix invalid AABB calculation as part of the globe tile cover (#​12207)
  • Fix incorrect shading of corners in fill extrusions when ambient occlusion is enabled. (#​12214)
  • Fix potential performance regression on image source updates (#​12212)
  • Fix memory leak when removing maps (#​12224) (h/t joewoodhouse)
  • Fix updating marker position when toggling between world copied projections and projections without (#​12242)
  • Fix missing icons in some styles. (#​12299)
  • Fix overwriting all feature ids while setting promoteIds on other layers with an object. (#​12322) (h/t yongjun21)
  • Fix cursor returning to original state after a popup with trackPointer is removed (#​12230) (h/t camouflagedName)

v2.10.0

Compare Source

Features ✨ and improvements 🏁
  • Add new marker styling option rotationAlignment: 'horizon' allowing marker rotation to match the curvature of the horizon in globe view. (#​11894)
  • Improve panning precision on Globe View and relax constraints on lower zoom levels. (#​12114)
  • Add unit option to number-format expression. (#​11839) (h/t varna)
  • Add screen reader alert for cooperative gestures warning message. (#​12058)
  • Improve rendering performance on globe view. (#​12050)
  • Improve tile loading performance on low zoom levels. (#​12061)
  • Improve globe-mercator transition and map load performance with globe projection. (#​12039)
Bug fixes 🐞
  • Fix a bug where id expression didn't correctly handle a value of 0. (#​12000)
  • Fix precision errors in depth pack/unpack. (#​12005)
  • Fix cooperativeGestures preventing panning on mobile while in fullscreen. (#​12058)
  • Fix misplaced raster tiles after toggling setStyle with a globe projection. (#​12049)
  • Fix exception on creating map in an iframe with sandbox attribute. (#​12101)
  • Fix "improve map" link in the attribution to include location even if map hash is disabled. (#​12122)
  • Fix Chrome console warnings about ignored event cancel on touch interactions. (#​12121) (h/t jschaf)

v2.9.2

Compare Source

Bug fixes 🐞
  • Add a workaround in ScaleControl to support localization in browsers without NumberFormat support. (#​12068)
  • Fix GeolocateControl not working in Safari. (#​12080)

Configuration

📅 Schedule: Branch creation - "before 2am" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from a1f69ae to 9692914 Compare July 25, 2022 23:30
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 9692914 to 5996cae Compare August 3, 2022 12:28
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 5996cae to c90be4a Compare August 23, 2022 20:03
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to ^2.9.2 fix(deps): update dependency mapbox-gl to ^2.10.0 Aug 23, 2022
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from c90be4a to b71de65 Compare September 28, 2022 10:29
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from b71de65 to a52ac68 Compare November 20, 2022 12:27
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to ^2.10.0 fix(deps): update dependency mapbox-gl to ^2.11.0 Nov 20, 2022
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch 3 times, most recently from e81f513 to 24f79e2 Compare December 6, 2022 20:03
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to ^2.11.0 fix(deps): update dependency mapbox-gl to ^2.11.1 Dec 6, 2022
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to ^2.11.1 Update dependency mapbox-gl to ^2.11.1 Dec 17, 2022
@renovate renovate bot changed the title Update dependency mapbox-gl to ^2.11.1 fix(deps): update dependency mapbox-gl to ^2.11.1 Dec 17, 2022
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 24f79e2 to 72da41b Compare March 13, 2023 23:52
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to ^2.11.1 fix(deps): update dependency mapbox-gl to ^2.13.0 Mar 13, 2023
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to ^2.13.0 fix(deps): update dependency mapbox-gl to ^2.14.1 Apr 17, 2023
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 72da41b to 30051f6 Compare April 17, 2023 11:29
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 30051f6 to d50c59f Compare May 28, 2023 08:52
@renovate renovate bot changed the title fix(deps): update dependency mapbox-gl to ^2.14.1 fix(deps): update dependency mapbox-gl to ^2.15.0 May 28, 2023
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from d50c59f to e22ce94 Compare July 19, 2023 18:48
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from e22ce94 to d9f5efa Compare August 8, 2023 21:33
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from d9f5efa to 1ce35c1 Compare September 14, 2023 09:23
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 1ce35c1 to 92bd1dc Compare September 27, 2023 10:54
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch 2 times, most recently from be915fb to 58ade49 Compare October 18, 2023 09:25
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 58ade49 to 81973ff Compare November 7, 2023 22:04
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 81973ff to bcdf1f6 Compare November 21, 2023 05:02
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from bcdf1f6 to 8bad682 Compare January 29, 2024 12:28
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 8bad682 to 6c53330 Compare February 13, 2024 11:04
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 6c53330 to 2b67c2f Compare August 10, 2025 13:23
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 2b67c2f to 6ac381e Compare November 18, 2025 12:07
@renovate renovate bot force-pushed the renovate/mapbox-gl-2.x branch from 6ac381e to 98fba93 Compare December 3, 2025 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants